fix(deps): update dependency redux to v4#774
Merged
DalderupMaurice merged 1 commit intodevelopfrom Aug 28, 2019
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #774 +/- ##
========================================
Coverage 50.79% 50.79%
========================================
Files 240 240
Lines 2063 2063
Branches 276 276
========================================
Hits 1048 1048
Misses 843 843
Partials 172 172 |
715e424 to
8284e88
Compare
Member
|
I'll leave this - react-redux and connected-react-router for you @mhuggins |
7241844 to
e9d0c33
Compare
1cd6984 to
d0b34b8
Compare
87906b1 to
2a73f4f
Compare
4066d8d to
c38f208
Compare
29cf86f to
6946880
Compare
Member
|
@comountainclimber do you know any cases where upgrading to redux 4 and up would cause issues? |
77e82c2 to
673cbdf
Compare
6c3fa4f to
be75c61
Compare
b7695c5 to
e9f83a0
Compare
DalderupMaurice
approved these changes
Aug 28, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.7.2->4.0.4Release Notes
reduxjs/redux
v4.0.4Compare Source
This is a republish of 4.0.3 with an updated version of Babel to fix #3468
Changes
v4.0.3Compare Source
This is a quick revert of a change to our typings that broke compatibility. Apologies for the problems.
Also, if you are experiencing type errors related to
[Symbol.observable], please ensure you have the same version of redux installed for all your dependencies withnpm ls redux.Changes
combineReducers' type parameters (#3467 by @timdorr)v4.0.2Compare Source
This is a very minor release with some nice improvements to our TypeScript type definitions. Enjoy!
Changes
for in(#3371 by @pvorona)DeepPartialtype (#3369 by @OliverJAsh)combineReducers(#3411 by @appden)v4.0.1Compare Source
A very minor release. We've upgraded to Babel 7 internally and now provide a
.mjsfile which you can import cleanly into browsers that support ES modules natively. Enjoy!Changes
4a215fbby @timdorr)b9ee1cfby @timdorr)v4.0.0Compare Source
Redux 4 is here! 🎉
If you're a React user, this is going to be a lot like going from 15 to 16. Not a lot of user-facing changes, but some interesting improvements under the hood.
The major changes (#1342) are around our TypeScript definitions, bundled CommonJS and ES builds, throwing if you subscribe or getState from a reducer, and a bunch of other smaller things. The full changes are listed below.
Enjoy!
Changes
this(#2641 by @Parakleta)b62248bby @timdorr)Renovate configuration
📅 Schedule: "on monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.